home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-15 / phbench.zip / PH_BENCH.DOC < prev    next >
Text File  |  1993-01-04  |  1KB  |  33 lines

  1. Submitted-by: Eric S. Raymond <eric@snark.uu.net>
  2. Posting-number: Volume 20, Issue 47
  3. Archive-name: plum-benchmarks
  4.  
  5. This is a simple set of benchmarks intended to give programmers timing
  6. information about common C operations. See the Makefile for instructions;
  7. basically, all you have to do is type `make', wait, and look at bench.out.
  8.  
  9. A table of results for some popular machines is included in bench.tbl.
  10. For more information on the benchmark techniques and the philosophy
  11. behind them, browse the file ARTICLE.  Here's an excerpt from the article:
  12.  
  13.     We are placing into the public domain some simple  benchmarks  with
  14.     several appealing properties:
  15.         They are short enough to type while browsing at trade shows.
  16.  
  17.         They are protected against overly-aggressive compiler optimizations.
  18.  
  19.         They reflect empirically-observed operator frequencies in C programs.
  20.  
  21.         They give a C programmer information directly relevant to programming.
  22.  
  23. Enjoy!
  24. eric@snark.uu.net
  25.  
  26. --
  27.       Eric S. Raymond = eric@snark.uu.net    (mad mastermind of TMN-Netnews)
  28.  
  29.  
  30. --
  31. Please send comp.sources.unix-related mail to rsalz@uunet.uu.net.
  32. Use a domain-based address or give alternate paths, or you may lose out.
  33.